@charset "utf-8";

/* CSS Document */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "font1", "微软雅黑", "黑体";
    color: #898989;
    line-height: 1;
    background: #FFF;
}

ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
    margin: 0px;
    padding: 0px;
}

input,
textarea {
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
}

ul,
li {
    list-style: none
}

img {
    border: 0px;
    padding: 0px;
}

a {
    color: #5c5c5c;
    text-decoration: none
}

h2,
h3,
h4,
b,
strong {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

@font-face {
    font-family: 'font1';
    src: url('../images/CN-NORMAL.OTF');
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none;
    background: url() no-repeat center;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 0;
    z-index: 100;
    transition: .5s;
}

.headerbox {
    width: 1380px;
    margin: 0 auto;
    max-width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.cur {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 0;
}

.header.cur .nav a {
    color: #333;
}

.header.cur .nav .dropdown-menu a {
    color: #ffffff;
}

.header.cur .nav1 a {
    color: #9f000c;
}

.header.cur .c1 {
    opacity: 0;
}

.header.cur .c2 {
    opacity: 1;
}

.c1 {
    opacity: 1;
}

.c2 {
    opacity: 0;
}

.logo {
    width: 472px;
    position: relative;
    height: 69px;
}

.logo img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nav ul {
    /* overflow: hidden; */
}

.nav li {
    float: left;
    padding-left: 53px;
    font-size: 18px;
}

.nav li a {
    color: #fff;
    transition: .5s;
}

.nav1 li a {
    color: #9f000c;
    transition: .5s;
}

.nav li.cur a {
    font-weight: bold;
}

.nav a:hover {
    font-weight: bold;
}

.nav li {
    position: relative;
    line-height: 69px;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    /* 黑色，50% 透明度 */
    width: 130px;
    left: 25px;
    top: 55px;
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
    color: #ffffff;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.nav .dropdown-menu li:hover {
    background: #000000;
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 5px;
    background: #fff;
    border-radius: 0;
}

.banner .swiper-pagination {
    bottom: 30px;
}

.banner .swiper-pagination-bullet-active {
    background: #013f8a;
}

.banbox {
    position: relative;
}

.banbox img {
    width: 100%;
}

.bantext {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bantext h2 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.bantext p {
    font-size: 24px;
    color: #fff;
}

.news_bj {
    padding: 35px 0 70px;
    position: relative;
}

.news_bj:before {
    position: absolute;
    content: "";
    height: calc(100% - 35px);
    width: 28vw;
    background-image: linear-gradient(#f2f3f9, #fff);
    right: 0;
    top: 35px;
}

.news {
    width: 1470px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 50px;
    max-width: 94%;
    position: relative;
    z-index: 10;
}

.news_left {
    float: left;
    width: 64%;
}

.news_title h2 {
    font-size: 36px;
    padding: 5px 0 20px;
    color: #212529;
    font-weight: bold;
}

.news_title h2 a {
    font-size: 14px;
    color: #aaaaaa;
    transition: .5s;
    line-height: 36px;
}

.news_title h2 a img {
    display: inline-block;
    vertical-align: middle;
}

.news_title h2 a:hover {
    color: #013f8a;
}

.news_nr {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.news_tab {
    float: left;
    width: 270px;
}

.news_tab li {
    border-bottom: 1px solid #dddddd;
}

.news_tab span {
    display: block;
    padding: 10px 22px;
    cursor: pointer;
}

.news_tab p {
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 8px;
}

.news_tab h2 {
    font-size: 18px;
    line-height: 1.5;
    color: #4f5255;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_tab ul li:last-child {
    border: none;
}

.news_tab li.cur span {
    background-image: linear-gradient(to right, #007be9, #fff);
}

.news_tab li.cur p {
    color: #fff;
}

.news_tab li.cur h2 {
    font-weight: bold;
    color: #fff;
}

.news_qh {
    width: calc(100% - 270px);
    float: right;
    position: relative;
}

.news_xq {
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s 1;
}

.news_xq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.news_xq p {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_xq a {
    display: block;
    overflow: hidden;
    height: 475px;
}

.news_xq a:hover img {
    transform: scale(1.1);
}

.news_right {
    float: right;
    width: 32%;
    background: url(../images/a_02.jpg) no-repeat center bottom #007feb;
    background-size: 100% auto;
    padding-bottom: 30px;
}

.hydt_title {
    background: #f2f3f9;
}

.hydt_title ul {
    overflow: hidden;
}

.hydt_title li {
    float: left;
    width: 50%;
    line-height: 60px;
    text-align: center;
}

.hydt_title span {
    display: block;
    font-size: 24px;
    color: #007feb;
    cursor: pointer;
}

.hydt_title li.cur span {
    background: #007feb;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.hydtbox {
    animation: fadeIn 1s 1;
}

.dtnr {
    display: flex;
    justify-content: space-between;
    padding: 20px 27px;
    align-items: center;
    position: relative;
}

.dtrq {
    width: 50px;
    text-align: center;
}

.dtrq h2 {
    font-weight: bold;
    color: #fff;
    font-size: 31px;
    margin-bottom: 12px;
}

.dtrq p {
    font-size: 11px;
    color: #fff;
}

.dthz {
    width: calc(100% - 70px);
}

.dthz p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hydtbox a:hover .dthz p {
    font-weight: bold;
}

.more {
    float: right;
    font-size: 14px;
    color: #fff;
    margin: 21px 27px 0 0;
}

.more img {
    display: inline-block;
    vertical-align: middle;
}

.dtnr:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    bottom: 0;
    right: 0;
    width: calc(100% - 97px);
}

.tpxw {
    margin-top: 28px;
}

.tpxw a {
    display: block;
    overflow: hidden;
}

.tpxw img {
    width: 100%;
    transition: .5s;
}

.tpxw a:hover img {
    transform: scale(1.1);
}

.tpxw .swiper-button-next {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background: rgba(0, 0, 0, .7);
    right: 0;
}

.tpxw .swiper-button-next:after,
.tpxw .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.tpxw .swiper-button-prev {
    width: 27px;
    height: 44px;
    margin-top: -22px;
    background: rgba(0, 0, 0, .7);
    left: 0;
}

.bj2 {
    background: url(../images/a_03.jpg) no-repeat center;
    background-size: cover;
}

.gtgg {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
    padding: 65px 0 50px;
}

.gtgg_title h2 {
    position: relative;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.gtgg_title h2 a {
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
}

.gtgg_title h2 a img {
    display: inline-block;
    vertical-align: middle;
}

.gtgg_title h2 a:hover {
    color: #013f8a;
}

.gtgg_nr {
    position: relative;
}

.gtgg_nr .swiper {
    padding: 30px 0 35px;
}

.gtggbox {
    height: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 28px 20px 0 20px;
}

.gtggbox h3 {
    text-align: right;
}

.gtggbox h3 span {
    display: inline-block;
    padding: 0 25px;
    font-size: 12px;
    color: #c2c2e9;
    position: relative;
}

.gtggbox h3 span:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #c2c2e9;
    width: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gtggbox h3 span:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #c2c2e9;
    width: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gtggtext {
    display: flex;
    justify-content: space-between;
}

.ggl {
    width: 65px;
    text-align: center;
    background: url(../images/a_03.png) no-repeat center;
}

.ggl p {
    font-size: 25px;
    line-height: 46px;
    color: #007feb;
}

.ggr {
    width: calc(100% - 75px);
}

.ggr p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding-top: 10px;
}

.gtggbox a:hover p {
    color: #013f8a;
}

.ywbk {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
}

.ywbk_title {
    padding: 45px 0;
}

.ywbk_title h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.ywbk_title h2 a {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 130px;
    border: 1px solid #409eff;
    border-radius: 21px;
    color: #2b4798;
    transition: .5s;
}

.ywbk_title h2 a:hover {
    color: #fff;
    background: #2b4798;
    border: 1px solid #2b4798;
}

.ywbk_nr ul {
    overflow: hidden;
    margin-left: -20px;
}

.ywbk_nr li {
    float: left;
    width: 20%;
    padding-left: 20px;
    transition: 1s;
}

.ywbk_nr li.cur {
    width: 60%;
}

.ywbkbox {
    height: 480px;
    position: relative;
    overflow: hidden;
}

.ywbkbox img {
    height: 100%;
}

.ywbk_nr li.cur .ywbkbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ywbk_text {
    position: absolute;
    top: 50px;
    left: 30px;
}

.ywbk_text h2 {
    color: #FFF;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 15px;
}

.ywbk_text p {
    color: #fff;
}

.ywbk_text span {
    display: block;
    width: 34px;
    height: auto;
}

.bj3 {
    background-image: linear-gradient(#ffffff, #edeef5);
}

.ddjs {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
    padding-bottom: 55px;
}

.ddjs_title h2 {
    text-align: center;
    font-size: 36px;
    color: #000000;
    padding: 55px 0 40px;
    font-weight: bold;
}

.ddjs_nr {
    overflow: hidden;
}

.ddjs_lefta {
    float: left;
    width: 40%;
}

.ttxw {
    border-bottom: 1px solid #eeeef0;
    overflow: hidden;
    padding-bottom: 25px;
}

.ttxw_left {
    float: left;
    width: 100px;
    height: 83px;
    text-align: center;
    border-radius: 10px;
    background: #ededed;
    padding-top: 14px;
}

.ttxw_left h2 {
    font-weight: bold;
    font-size: 44px;
    margin-bottom: 5px;
    color: #007feb;
}

.ttxw_left p {
    color: #999;
}

.ttxw_right {
    width: calc(100% - 130px);
    float: right;
}

.ttxw_right h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ttxw_right p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ttxw a:hover .ttxw_right h2 {
    color: #013F8A;
}

.xwlb li {
    padding: 22px 0;
    border-bottom: 1px solid #eeeef0;
}

.xwlbbxo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/a_05.jpg) no-repeat right center;
}

.lbleft {
    width: 100px;
    border-right: 2px solid #e1e1e2;
}

.lbleft h2 {
    font-weight: bold;
    font-size: 36px;
    color: #007feb;
    margin-bottom: 8px;
}

.lbleft p {
    color: #999;
}

.lbright {
    width: calc(100% - 100px);
    padding: 0 30px;
}

.lbright p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwlb a:hover .lbright p {
    color: #104FBA;
}

.ddjs_righta {
    float: right;
    width: 60%;
    padding-left: 75px;
}

.tpxw_left {
    width: 42%;
    overflow: hidden;
    float: left;
}

.tpxw_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.tpxw_left a:hover img {
    transform: scale(1.1);
}

.tpxw_right {
    width: 58%;
    float: right;
    padding-left: 10px;
}

.tpxw_right li {
    padding-bottom: 10px;
}

.tpxw_right a {
    display: block;
    overflow: hidden;
}

.tpxw_right img {
    width: 100%;
    transition: .5s;
}

.tpxw_right a:hover img {
    transform: scale(1.1);
}

.gywm {
    position: relative;
}

.gywm img {
    width: 100%;
}

.gywmtext {
    position: absolute;
    width: 1480px;
    max-width: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gywmbox {
    max-width: 600px;
}

.gywmbox h2 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 55px;
    background: url(../images/a_06.jpg) no-repeat left bottom;
}

.gywmbox h3 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 38px;
}

.gywmbox p {
    font-size: 16px;
    color: #333333;
    line-height: 50px;
}

.gywmbox a {
    display: block;
    width: 192px;
    line-height: 57px;
    font-size: 16px;
    text-align: center;
    color: #013f8a;
    border: 1px solid #013f8a;
    margin-top: 80px;
    transition: .5s;
}

.gywmbox a:hover {
    background: #013f8a;
    color: #fff;
}

.footer_bj {
    overflow: hidden;
    width: 100%;
}

.footer {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
}

.footerbox {
    padding: 35px 0;
}

.footerbox p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
}

.link {
    padding: 55px 0 0 30px;
}

.link p {
    font-size: 16px;
    color: #212529;
}

.wby1 {
    width: 133px;
    height: 24px;
    background: #949494;
    border: 1px solid #c1c1c1;
    color: #fff;
    outline: none;
    padding: 0 10px;
}

.bqxx {
    position: relative;
    background: #007dfa;
    padding: 20px 0;
}

.bqxx p {
    text-align: center;
    color: #abacd3;
    font-size: 13px;
    line-height: 2;
}

.rwm {
    position: absolute;
    width: 200px;
    text-align: center;
    right: 0;
    bottom: 35px;
}

.rwm img {
    width: 100%;
    border: 1px solid #eee;
}

.rwm h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.bqxx:before {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    right: -300px;
    background: #007dfa;
    content: "";
}

.bqxx:after {
    position: absolute;
    content: "";
    width: 45px;
    height: 85px;
    background: #c6cfd7;
    left: -45px;
    bottom: 0;
}

.bqxx_a {
    background: #007dfa;
}

.bqxxbox p {
    text-align: center;
    color: #f2f2f2;
    font-size: 13px;
    line-height: 2;
}

.bqxxbox {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
    position: relative;
    padding: 20px 0;
}


/*news*/

.banner1 {
    background: url(../images/bj2.jpg) no-repeat center top #f7f7f7;
}

.banner1_text {
    width: 1275px;
    margin: 0 auto;
    max-width: 94%;
    text-align: right;
    padding: 200px 0 130px;
}

.banner1_text h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 60px;
    position: relative;
    line-height: 1.6;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.banner1_text h2:before {
    position: absolute;
    content: "";
    background: url(../images/a_07.png);
    width: 123px;
    height: 10px;
    background-size: 100% 100%;
    right: 0;
    bottom: 24px;
}

.banner1_text p {
    font-weight: bold;
    color: #fff;
    font-size: 49px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.news_qj {
    width: 1275px;
    margin: 0 auto;
    max-width: 94%;
}

.jjnr {
    border-radius: 18px;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jjnr_tp {
    width: 50%;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.jjnr_tp:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    background-image: linear-gradient(transparent, rgba(24, 25, 102, .9));
    left: 0;
    bottom: 0;
    z-index: 1;
}

.jjnr_tp img {
    width: 100%;
    transition: .5s;
}

.jjnr_tp:hover img {
    transform: scale(1.1);
}

.jjnr_tp p {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 17px;
    padding: 0 55px;
    z-index: 2;
}

.jjnr_tp p a {
    font-size: 16px;
    color: #fff;
    transition: .5s;
}

.jjnr_tp p a:hover {
    opacity: .6;
}

.jjnr_text {
    width: 50%;
    padding-left: 30px;
}

.jjnr_text li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #edecec;
}

.rqnr h2 {
    font-size: 38px;
    color: #3c3c3c;
    margin-bottom: 8px;
}

.rqnr p {
    color: #999;
    font-size: 16px;
}

.jjnr_text a {
    display: block;
    width: calc(100% - 135px);
    font-size: 26px;
    color: #3c3c3c;
    line-height: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jjnr_text a:hover {
    color: #013F8A;
}

.gsxw li {
    padding-bottom: 25px;
}

.gsxw_nr {
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gsxw_tp {
    width: 400px;
    height: 222px;
    border-radius: 15px;
    overflow: hidden;
}

.gsxw_tp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.gsxw_tp a:hover img {
    transform: scale(1.1);
}

.gsxw_text {
    width: calc(100% - 475px);
    display: flex;
    justify-content: space-between;
}

.sgwb_left h2 {
    font-size: 38px;
    color: #3c3c3c;
    margin-bottom: 8px;
}

.sgwb_left p {
    font-size: 16px;
    color: #999;
    position: relative;
    padding-bottom: 50px;
}

.sgwb_left p:before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #dfdfdf;
    width: 100%;
    left: 0;
    bottom: 0;
}

.sgwb_right {
    width: calc(100% - 150px);
}

.sgwb_right h2 a {
    font-size: 20px;
    color: #3c3c3c;
    display: block;
    line-height: 1.5;
    margin: 10px 0 20px;
    font-weight: bold;
}

.sgwb_right h2 a:hover {
    color: #013F8A;
}

.sgwb_right p {
    font-size: 16px;
    color: #939393;
    line-height: 30px;
}

.mbxnr {
    padding: 35px 0;
}

.mbxnr li {
    display: inline-block;
    padding-right: 25px;
}

.mbxnr a {
    display: block;
    font-size: 18px;
    padding: 0 25px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    line-height: 42px;
    transition: .5s;
}

.mbxnr li.cur a {
    background: #013996;
    color: #fff;
}

.mbxnr a:hover {
    background: #013996;
    color: #fff;
}


/*news_xq*/

.banner2 {
    background: url(../images/banner2.jpg) no-repeat center;
    height: 587px;
    background-size: cover;
}

.banner8 {
    background: url(../images/bj6.jpg) no-repeat center;
    height: 587px;
    background-size: cover;
}

.xwxq_nr {
    width: 1780px;
    margin: -100px auto 0 auto;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 0 350px 290px 350px;
    background: url(../images/bj3.jpg) no-repeat center bottom #fff;
    background-size: 100% auto;
    max-width: 94%;
}

.xwxq_xq p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 32px;
    color: #3c3c3c;
}

.xwxq_title {
    text-align: center;
    padding: 60px 0;
}

.xwxq_title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #010101;
    line-height: 1.5;
}

.xwxq_title p {
    font-size: 28px;
    color: #969696;
}


/*ywbk*/

.banner3 {
    background: url(../images/bj4.jpg) no-repeat center top;
}

.wz1780 {
    width: 1780px;
    margin: 0 auto;
    max-width: 94%;
}

.jjtz {
    border-radius: 18px;
    padding: 80px 230px 120px 230px;
    overflow: hidden;
    margin-top: -50px;
    background: url(../images/a_08.png) no-repeat left bottom #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.jjtz_right {
    float: right;
    width: 40%;
    position: relative;
}

.jjtz_right img {
    width: 100%;
}

.jjtz_right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 115px;
    background: rgba(49, 52, 147, .35);
    left: -50px;
    bottom: -45px;
}

.jjtz_left {
    float: left;
    width: 60%;
    padding-right: 110px;
}

.jjtz_title p {
    font-size: 40px;
    color: #d9d9d9;
}

.jjtz_title h2 {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    line-height: 68px;
    font-weight: bold;
    padding: 0 200px 0 25px;
    margin-bottom: 40px;
    background-image: linear-gradient(to right, #313493, #FFF);
    margin-top: -10px;
    border-top: 2px solid #fff;
}

.jjtz_nr p {
    font-size: 16px;
    color: #3c3c3c;
    line-height: 28px;
}

.jjtz_nr ul {
    margin-top: 40px;
    padding-left: 20px;
    position: relative;
}

.jjtz_nr ul:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #aaaaaa;
    font-size: 36px;
    color: #313493;
    font-weight: bold;
    height: 100%;
    top: 20px;
    left: 34px;
}

.jjtz_nr li {
    margin-bottom: 50px;
    position: relative;
    padding-left: 38px;
    font-size: 32px;
    color: #313493;
    font-weight: bold;
    line-height: 1.5;
}

.jjtz_nr li:before {
    position: absolute;
    content: "";
    background: url(../images/a_09.png);
    width: 28px;
    height: 27px;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.jjtz_b {
    margin-top: 125px;
    border-radius: 18px;
    padding: 80px 230px 120px 230px;
    overflow: hidden;
    background: url(../images/a_10.png) no-repeat left bottom #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.jjtz_right_b {
    float: right;
    width: 40%;
    position: relative;
}

.jjtz_right_b img {
    width: 100%;
}

.jjtz_right_b:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: rgba(0, 160, 233, .35);
    right: -70px;
    bottom: -45px;
}

.jjtz_c {
    margin-top: 125px;
    border-radius: 18px;
    padding: 80px 230px 120px 230px;
    overflow: hidden;
    background: url(../images/a_11.png) no-repeat left bottom #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.jjtz_right_c {
    float: right;
    width: 40%;
    position: relative;
}

.jjtz_right_c img {
    width: 100%;
}

.jjtz_right_c:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 150px;
    background: rgba(255, 186, 66, .35);
    right: -70px;
    bottom: -45px;
}


/*czqy*/

.banner4 {
    background: url(../images/bj5.jpg) no-repeat center top;
}

.jsbx {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 120px 195px 100px 195px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: start;
}

.jsbx_right {
    width: 50%;
    position: relative;
}

.jsbx_right p img {
    width: 100%;
    border-radius: 18px;
}

.jsbx_right h2 {
    margin: 55px 0 25px;
}

.jsbx_right a {
    font-size: 20px;
    color: #6085f9;
}

.jsbx_right a:hover {
    text-decoration: underline;
}

.jsbx_left {
    width: 50%;
    padding: 0 80px 0 70px;
    position: sticky;
    top: 110px;
}

.jsbx_left:after {
    position: absolute;
    content: "";
    border-left: 1px dashed #a7afcd;
    height: 100%;
    left: 14px;
    top: 10px;
    z-index: 0;
}

.jsmo {
    padding-bottom: 60px;
    transition: .5s;
    background: #fff;
    opacity: .2;
}

.jsmo.active {
    opacity: 1;
}

.jsmo p {
    font-weight: 400;
}

.jsbox_xq {
    margin-top: 25px;
}

.jsbox_xq p {
    font-weight: 400;
    line-height: 28px;
    color: #3c3c3c;
    font-size: 16px;
}

.tao {
    width: 5px;
    height: 0;
    background: #007AFF;
    top: 18px;
    left: 12px;
    position: absolute;
    z-index: 10;
}

.jsbx_left li {
    padding-bottom: 35px;
}

.jsbx_left:before {
    position: absolute;
    content: "";
    background: url(../images/a_09.png);
    width: 28px;
    height: 27px;
    left: 0;
    top: 10px;
    background-size: 100% 100%;
    z-index: 11;
}

.jsbx_left li h3 {
    font-size: 24px;
    color: #6977aa;
    line-height: 1.5;
    position: relative;
    transition: .5s;
}

.jsbx_left li h3.active {
    color: #201f62;
    font-weight: bold;
}

.jsbx_left li h3.active .jsbox_xq {
    display: block;
}

.jsbox_xq {
    height: 150px;
    overflow: auto;
    padding-right: 20px;
    display: none;
}

.jsbox_xq::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.jsbox_xq::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.jsbox_xq::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #201f62;
}


/*ddjs*/

.banner5 {
    background: url(../images/bj6.jpg) no-repeat center top #f7f7f7;
}

.banner66 {
    background: url(../images/bj66.jpg) no-repeat center top;
}

.banner1_text1 {
    width: 1275px;
    margin: 0 auto;
    max-width: 94%;
    text-align: right;
    padding: 209px 0 143px;
}

.banner1_text1 h2 {
    color: #9f000c;
    font-size: 40px;
    padding-bottom: 60px;
    position: relative;
    line-height: 1.6;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.banner1_text1 h2:before {
    position: absolute;
    content: "";
    background: url(../images/a_12.png);
    width: 123px;
    height: 10px;
    background-size: 100% 100%;
    right: 0;
    bottom: 24px;
}

.banner1_text1 p {
    font-weight: bold;
    color: #9f000c;
    font-size: 49px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.ddjsa {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(159, 0, 12, .2);
    padding: 155px 230px 0 230px;
}

.ddjsa li {
    padding-bottom: 75px;
}

.ddjsbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ddjs_left {
    width: 400px;
    border-radius: 18px;
    overflow: hidden;
}

.ddjs_left img {
    width: 100%;
    transition: .5s;
}

.ddjs_left a:hover img {
    transform: scale(1.1);
}

.ddjs_right {
    float: right;
    width: calc(100% - 430px);
    overflow: hidden;
}

.djrq h2 {
    font-size: 28px;
    color: #3c3c3c;
    margin-bottom: 8px;
}

.djrq p {
    font-size: 14px;
    color: #999;
}

.djrq {
    padding-bottom: 50px;
    border-bottom: 2px solid #dfdfdf;
    float: left;
}

.djjs_text {
    float: right;
    width: calc(100% - 160px);
}

.djjs_text h2 a {
    font-weight: bold;
    font-size: 20px;
    color: #3c3c3c;
    line-height: 1.6;
    margin-bottom: 20px;
    display: block;
}

.djjs_text p {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
}

.djjs_text h2 a:hover {
    color: #013F8A;
}


/*about*/

.banner6 {
    background: url(../images/banner3.jpg) no-repeat center top;
}

.jjxq {
    padding-bottom: 55px;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(159, 0, 12, .2);
    padding: 15px 230px 50px 230px;
    background: #fff;
}

.gszn {
    padding-bottom: 55px;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(159, 0, 12, .2);
    padding: 15px 0px 100px;
    background: #fff;
}

.bj5 {
    background: url(../images/bj7.jpg) no-repeat center bottom #fff;
}

.jjxq_title {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding-top: 28px;
}

.jjxq_title ul {
    font-size: 0;
}

.jjxq_title li {
    display: inline-block;
    font-size: 18px;
    padding: 0 70px;
}

.jjxq_title a {
    display: block;
    position: relative;
    line-height: 50px;
    color: #3c3c3c;
    padding: 0 10px;
}

.jjxq_title a:before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #285bf9;
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}

.jjxq_title li.cur a {
    color: #285bf9;
}

.jjxq_title li.cur a:before {
    width: 100%;
}

.jjxq_title a:hover {
    color: #285bf9;
}

.jjxq_title a:hover:before {
    width: 100%;
}

.jjxq_bt {
    text-align: center;
    padding: 65px 0 50px;
    width: 1400px;
    margin: 0 auto;
    max-width: 94%;
}

.jjxq_bt h2 {
    font-size: 32px;
    color: #010101;
    margin-bottom: 15px;
}

.jjxq_bt p {
    font-size: 24px;
    color: #969696;
}

.jjxq_box {
    overflow: hidden;
    width: 1480px;
    max-width: 100%;
    margin: 0 auto;
}

.jjxq_right {
    float: right;
    width: 50%;
}

.jjxq_right img {
    width: 100%;
}

.jjxq_left {
    float: left;
    width: 50%;
    padding-right: 65px;
}

.jjxq_left p {
    font-size: 16px;
    line-height: 28px;
    color: #3c3c3c;
    text-indent: 32px;
    margin-bottom: 30px;
}


/*qygj*/

.banner7 {
    background: url(../images/banner4.jpg) no-repeat center;
    height: 470px;
    background-size: cover;
}

.jjxq_bt h3 {
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #3c3c3c;
    margin-top: 20px;
}

.bj6 {
    background: url(../images/bj8.jpg) no-repeat center bottom #fff;
}


/*.jjxq_nr{width: 1480px;max-width: 94%; margin: 0 auto;}*/

.gsgj_nr {
    padding: 110px 0 140px;
}

.gsgj_nr img {
    margin: 0 auto;
    max-width: 100%;
}


/*gszn*/

.bj7 {
    background: url(../images/bj9.jpg) no-repeat center;
    background-size: cover;
}

.gszn_box {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
}

.gszn_box ul {
    overflow: hidden;
    margin-left: -30px;
    padding: 70px 5px;
}

.gszn_box li {
    float: left;
    width: 33%;
    padding-left: 30px;
}

.gszn_xq {
    border-radius: 18px;
    padding: 72px 23px 0 23px;
    height: 370px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: url(../images/a_14.png);
    background-size: 100% 100%;
    transition: .5s;
}

.gszn_xq h2 {
    text-align: center;
    color: #212529;
    font-size: 28px;
    position: relative;
    padding-bottom: 14PX;
    margin-bottom: 50PX;
}

.gszn_xq h2:before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #313495;
    width: 70px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gszn_xq p {
    font-size: 16px;
    line-height: 28px;
    color: #5e5e5e;
}

.gszn_xq:hover {
    transform: translate(0, -10px);
}

.fynr {
    text-align: center;
    padding: 70px 0 100px;
}

.fynr li {
    display: inline-block;
    padding: 0 4px;
    float: none;
}

.fynr a {
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    width: 38px;
    border: 1px solid #243263;
    color: #243263;
    font-size: 20px;
}

.fynr li.cur a {
    color: #fff;
    background: #243263;
}

.fynr a:hover {
    color: #fff;
    background: #243263;
}

.fynr li {
    display: inline-block;
    padding: 0 4px;
    float: none;
    border: none;
}

.banner_contant {
    background: url(../images/contant.jpg) no-repeat center top;
}

.bjcontant {
    background: url(../images/contant1.jpg) no-repeat center top #fff;
}

.contact_box {
    width: 1480px;
    margin: 0 auto;
    max-width: 94%;
}

.contact_box ul {
    overflow: hidden;
    margin-left: -30px;
    padding: 70px 5px;
}

.contact_box li {
    float: left;
    width: 50%;
    padding-left: 60px;
    margin-bottom: 50px;
}

.contact_xq {}

.contact_xq h2 {
    text-align: left;
    color: #013996;
    font-size: 30px;
    position: relative;
    padding-bottom: 14PX;
    margin-bottom: 15PX;
    line-height: 50px;
    border-bottom: 1px solid #c5c5c5;
    margin-right: 100px
}

.contact_xq h2 img {
    display: inline;
    vertical-align: middle;
}

.contact_xq p {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    padding: 0 10px;
}

.contact_box .dt {
    width: 100%;
}

.contact_box .dt img {
    max-width: 100%;
}

@media(max-width:1620px) {
    .xwlb li {
        padding: 18px 0;
    }
}

@media(max-width:1460px) {
    .logo {
        width: 320px;
    }
    .nav li {
        padding-left: 40px;
    }
    .jsbx {
        padding: 80px 120px 50px 120px;
    }
    .jsbx_left ul {
        padding-top: 120;
    }
    .jsbx_left li {
        padding-bottom: 25px;
    }
    .jsbx_left li a {
        font-size: 22px;
    }
    .ddjsa {
        padding: 100px 150px 0 150px;
    }
    .djjs_text {
        width: calc(100% - 110px);
    }
    .gszn_box li {
        padding-left: 15px;
    }
    .gszn_box ul {
        margin-left: -15px;
    }
    .gszn_xq {
        padding: 40px 15px 0 15px;
    }
    .gszn_xq h2 {
        margin-bottom: 30px;
    }
    .gszn_xq p {
        font-size: 14px;
        line-height: 24px;
    }
    .gszn_xq {
        height: 300px;
        padding-top: 30px;
    }
    .contact_box li {
        padding-left: 15px;
    }
    .contact_box ul {
        margin-left: -15px;
    }
    .contact_xq {
        padding: 40px 15px 0 15px;
    }
    .contact_xq h2 {
        margin-bottom: 30px;
    }
    .contact_xq p {
        font-size: 14px;
        line-height: 24px;
    }
    .contact_xq {
        height: 300px;
        padding-top: 30px;
    }
    .xwxq_nr {
        padding: 0 220px 180px 220px;
    }
    .banner1_text {
        padding: 160px 0 150px;
    }
    .banner1_text h2 {
        font-size: 32px;
    }
    .banner1_text p {
        font-size: 34px;
    }
    .banner1_text h2:before {
        width: 80px;
        height: 6px;
    }
    .jjtz {
        padding: 60px 160px 80px 160px;
        margin-top: 80px;
    }
    .jjtz_b {
        padding: 60px 160px 80px 160px;
        margin-top: 80px;
    }
    .jjtz_c {
        padding: 60px 160px 80px 160px;
        margin-top: 80px;
    }
    .jjtz_nr li {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .jjtz_nr ul {
        margin-top: 30px;
        padding-left: 0;
    }
    .jjtz_title h2 {
        margin-bottom: 20px;
    }
    .jjtz_nr ul:before {
        left: 14px;
    }
    .jjtz_left {
        padding-right: 75px;
    }
    .jjtz_left {
        padding-right: 40px;
    }
    .jjtz_right:before {
        height: 80px;
        left: -40px;
        bottom: -40px;
    }
    .jjtz_right_c:before {
        height: 80px;
        right: -40px;
        bottom: -40px;
    }
    .jjtz_right_b:before {
        height: 80px;
        right: -30px;
        bottom: -30px;
        width: 80px;
    }
    .jjtz_nr li {
        font-size: 18px;
    }
    .ddjs_righta {
        padding-left: 70px;
    }
    .ttxw {
        padding-bottom: 15px;
    }
    .xwlb li {
        padding: 15px 0;
    }
    .ttxw_right p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}

@media(max-width:1360px) {
    .xwlb li {
        padding: 10px 0;
    }
}

@media(max-width:1300px) {
    .xwlb li {
        padding: 10px 0;
    }
    .lbright p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .gywmbox h2 {
        margin-bottom: 30px;
    }
    .gywmbox h3 {
        margin-bottom: 20px;
    }
    .gywmbox a {
        margin-top: 40px;
    }
}

@media(max-width:1250px) {
    .logo {
        width: 250px;
    }
    .nav li {
        padding-left: 20px;
        font-size: 16px;
    }
    .logo {
        width: 320px;
    }
    .ggr p {
        font-size: 14px;
    }
    .gywmbox {
        width: 500px;
    }
    .gywmbox h3 {
        margin-bottom: 20px;
    }
    .gywmbox p {
        line-height: 2;
    }
    .gywmbox h2 {
        margin-bottom: 30px;
    }
    .gywmbox a {
        margin-top: 30px;
    }
    .jjxq_left p {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
    }
    .jjxq_left {
        padding-right: 40px;
    }
    .jsbx {
        padding: 40px 60px 30px 60px;
    }
    .jsbx_left ul {
        padding-top: 60px;
    }
    .jsbx_left li a {
        font-size: 18px;
    }
    .jsbx_left li {
        padding-bottom: 15px;
    }
    .ddjsa {
        padding: 50px 70px 0 70px;
    }
    .djjs_text h2 a {
        font-size: 18px;
    }
    .djjs_text p {
        font-size: 14px;
    }
    .gszn_xq h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact_xq h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .xwxq_nr {
        padding: 0 110px 90px 110px;
    }
    .rqnr h2 {
        font-size: 24px;
    }
    .jjnr_text a {
        width: calc(100% - 90px);
        font-size: 18px;
        line-height: 90px;
    }
    .sgwb_left h2 {
        font-size: 24px;
    }
    .gsxw_text {
        width: calc(100% - 440px);
    }
    .sgwb_right {
        width: calc(100% - 90px);
    }
    .sgwb_right h2 a {
        margin: 0 0 15px;
    }
    .sgwb_right p {
        font-size: 14px;
        line-height: 1.8;
    }
    .gsgj_nr {
        padding: 80px 0;
    }
    .banner1_text h2 {
        font-size: 28px;
    }
    .banner1_text p {
        font-size: 30px;
    }
    .jjtz {
        padding: 60px 80px 40px 80px;
        margin-top: 40px;
    }
    .jjtz_b {
        padding: 60px 80px 40px 80px;
        margin-top: 40px;
    }
    .jjtz_c {
        padding: 60px 80px 40px 80px;
        margin-top: 40px;
    }
}

@media(max-width:1000px) {
    .h60 {
        height: 60px;
    }
    .header {
        background: #fff;
        padding: 0;
        height: 60px;
        display: flex;
    }
    .header.cur {
        padding: 0;
        height: 60px;
        background: #fff;
        padding: 0;
        margin-top: 0;
    }
    .nav {
        position: fixed;
        width: 200px;
        background: #fff;
        z-index: 100;
        left: -200px;
        top: 60px;
        height: calc(100% - 60px);
    }
    .logo {
        width: 220px;
    }
    .c1 {
        display: none;
    }
    .c2 {
        opacity: 1;
    }
    .nav li a {
        color: #333;
    }
    .nav li {
        line-height: 48px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
    .dhbtn {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/d1.png) no-repeat center #007dfa;
        background-size: 20px 20px;
    }
    .dhbtn.on {
        background: url(../images/d2.png) no-repeat center #007dfa;
        background-size: 20px 20px;
    }
    .dhbj {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 10;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .7);
        display: none;
    }
    .banbox {
        height: 220px;
    }
    .banbox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .bantext h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .bantext p {
        font-size: 12px;
    }
    .banner .swiper-pagination-bullet {
        width: 30px;
    }
    .banner .swiper-pagination {
        bottom: 15px;
    }
    .news_bj {
        padding: 20px 0 50px;
    }
    .news {
        padding-top: 20px;
    }
    .news_left {
        float: none;
        width: 100%;
    }
    .news_title h2 {
        font-size: 24px;
    }
    .news_tab {
        float: none;
        width: 100%;
    }
    .news_tab ul {
        overflow: auto;
        white-space: nowrap;
    }
    .news_tab ul::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .news_tab li {
        padding-right: 8px;
        float: none;
        display: inline-block;
    }
    .news_tab span {
        padding: 5px;
        width: 200px;
        display: block;
        background: #fff;
    }
    .news_tab h2 {
        display: block;
        font-size: 14px;
        white-space: normal;
    }
    .news_tab li.cur span {
        background-image: linear-gradient(to right, #007dfa, #007dfa);
    }
    .news_qh {
        float: none;
        width: 100%;
        padding-top: 15px;
    }
    .news_xq a {
        height: auto;
    }
    .news_xq p {
        padding: 0 15px;
        bottom: 15px;
        font-size: 16px;
    }
    .tpxw {
        margin-top: 15px;
    }
    .news_right {
        float: none;
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }
    .hydt_title span {
        font-size: 20px;
    }
    .hydt_title li {
        line-height: 50px;
    }
    .gtgg {
        padding: 50px 0 35px;
    }
    .gtgg_title h2 {
        font-size: 24px;
        text-align: left;
    }
    .ywbk_title h2 {
        font-size: 24px;
    }
    .ywbk_title h2 a {
        line-height: 30px;
        width: 80px;
    }
    .ywbk_title {
        padding: 45px 0 20px;
    }
    .ywbk_nr li {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }
    .ywbk_nr li.cur {
        width: 100%;
    }
    .ywbkbox {
        height: auto;
    }
    .ywbkbox img {
        width: 100%;
    }
    .ywbk_text {
        top: 30px;
    }
    .ddjs_title h2 {
        padding: 35px 0 25px;
        font-size: 24px;
    }
    .ddjs_left {
        float: none;
        width: 100%;
    }
    .ddjs_lefta {
        width: 100%;
        float: none;
    }
    .ddjs_righta {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .ttxw_left {
        width: 60px;
        height: 60px;
        padding-top: 10px;
        border-radius: 20px;
    }
    .ttxw_left h2 {
        font-size: 24px;
    }
    .ttxw_right {
        width: calc(100% - 80px);
    }
    .ttxw_right h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .lbleft h2 {
        font-size: 24px;
    }
    .lbleft {
        width: 60px;
    }
    .lbright p {
        font-size: 14px;
    }
    .lbright {
        width: calc(100% - 80px);
        padding-left: 0;
    }
    .ddjs_right {
        float: none;
        width: 100%;
        padding-top: 20px;
    }
    .gywm {
        height: 300px;
    }
    .gywm img {
        height: 100%;
        object-fit: cover;
    }
    .gywmbox h2 {
        font-size: 24px;
        padding-bottom: 15px;
        background-size: auto 5px;
        margin-bottom: 15px;
    }
    .gywmbox h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .gywmbox p {
        font-size: 12px;
        line-height: 1.6;
    }
    .gywmbox {
        width: 70%;
    }
    .gywmbox a {
        margin-top: 20px;
        line-height: 40px;
        font-size: 14px;
        width: 120px;
    }
    .footerbox p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
    }
    .rwm {
        width: 100px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: auto;
        top: -70px;
    }
    .link {
        padding: 20px 0 50px;
        text-align: center;
    }
    .bqxx {
        padding: 70px 0 15px;
    }
    .jjxq_title {
        padding-top: 15px;
    }
    .jjxq_title li {
        padding: 0 10px;
    }
    .jjxq_bt {
        padding: 50px 0 25px;
    }
    .jjxq_bt h2 {
        font-size: 24px;
    }
    .jjxq_bt p {
        font-size: 16px;
    }
    .jjxq_left {
        float: none;
        width: 100%;
        padding: 0;
    }
    .jjxq_right {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .jjxq {
        padding: 0;
    }
    .footerbox {
        border-top: 1px solid #eee;
    }
    .bqxxbox {
        padding: 70px 0 15px;
    }
    .banner1_text {
        padding: 60px 0;
        text-align: center;
    }
    .banner1_text h2 {
        font-size: 16px;
        padding-bottom: 40px;
    }
    .banner1_text h2:before {
        height: 5px;
        width: 60px;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner1_text p {
        font-size: 24px;
    }
    .jsbx {
        padding: 0 15px;
        display: block;
    }
    .jsbx_left {
        display: none;
    }
    .jsbx_left:before {
        left: 0px;
    }
    .jsbx_left h2:before {
        left: -30px;
        width: 20px;
        height: 20px;
    }
    .jsbx_left h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .jsbx_left p {
        font-size: 14px;
        line-height: 24px;
    }
    .jsbx_left ul {
        padding-top: 20px;
    }
    .jsbx_left li {
        padding-bottom: 10px;
    }
    .jsbx_right {
        width: 100%;
        padding-top: 20px;
    }
    .jsbx_right h2 {
        margin: 15px 0;
    }
    .jsbx_right a {
        font-size: 14px;
    }
    .banner4 {
        background-size: auto 450px;
    }
    .banner1_text1 {
        padding: 60px 0;
        text-align: center;
    }
    .banner1_text1 h2 {
        font-size: 16px;
        padding-bottom: 40px;
    }
    .banner1_text1 h2:before {
        height: 5px;
        width: 60px;
        bottom: 20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner1_text1 p {
        font-size: 24px;
    }
    .banner5 {
        background-size: auto 450px;
    }
    .ddjsa {
        padding: 15px;
    }
    .ddjsbox {
        display: block;
    }
    .djrq h2 {
        font-size: 14px;
        display: inline-block;
    }
    .djrq p {
        display: inline-block;
    }
    .djrq {
        padding: 0 0 10px 0;
        float: none;
        width: 100%;
    }
    .djjs_text {
        width: 100%;
        float: none;
        padding: 15px 0;
        border-bottom: 2px solid #dfdfdf;
        ;
    }
    .ddjsa li {
        padding-bottom: 20px;
    }
    .djjs_text h2 a {
        margin-bottom: 10px;
    }
    .gszn_box li {
        float: none;
        padding-bottom: 20px;
        width: 100%;
    }
    .gszn_box ul {
        padding: 40px 5px;
    }
    .gszn_xq {
        height: 200px;
    }
    .contact_box li {
        float: none;
        padding-bottom: 20px;
        width: 100%;
    }
    .contact_box ul {
        padding: 40px 5px;
    }
    .contact_xq {
        height: 60px;
    }
    .banner2 {
        height: 240px;
    }
    .xwxq_nr {
        padding: 0 20px 50px 20px;
    }
    .xwxq_title h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .xwxq_title p {
        font-size: 16px;
    }
    .xwxq_title {
        padding: 50px 0 25px;
    }
    .xwxq_xq p {
        font-size: 14px;
        line-height: 1.8;
        text-indent: 28px;
    }
    .banner1 {
        background-size: auto 450px;
    }
    .jjnr {
        padding: 15px;
        display: block;
    }
    .jjnr_tp {
        width: 100%;
    }
    .jjnr_tp p {
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.6;
    }
    .jjnr_tp p a {
        font-size: 12px;
    }
    .jjnr_text {
        float: none;
        width: 100%;
        padding: 0;
    }
    .jjnr_text li {
        display: block;
        padding: 15px 0;
    }
    .rqnr h2 {
        display: inline-block;
        font-size: 14px;
        padding-right: 10px;
    }
    .rqnr p {
        display: inline-block;
        font-size: 14px;
    }
    .jjnr_text a {
        font-size: 16px;
        line-height: 1.6;
    }
    .gsxw {
        width: 100%;
    }
    .gsxw_nr {
        padding: 15px;
        border-radius: 18px;
        display: block;
    }
    .gsxw_tp {
        width: 100%;
        height: auto;
    }
    .gsxw_text {
        width: 100%;
        display: block;
    }
    .sgwb_left {
        padding: 15px 0;
    }
    .sgwb_left h2 {
        display: inline-block;
        padding-right: 10px;
        font-size: 14px;
    }
    .sgwb_left p {
        display: inline-block;
        font-size: 14px;
        padding: 0;
        border: none;
    }
    .sgwb_left p:before {
        border: none;
    }
    .sgwb_right {
        width: 100%;
    }
    .banner7 {
        height: 180px;
    }
    .gsgj_nr {
        padding: 20px 3% 50px 3%;
    }
    .jjxq_bt h3 {
        font-size: 14px;
        line-height: 1.6;
    }
    .banner3 {
        background-size: auto 450px;
    }
    .jjtz {
        margin-top: 0;
        padding: 15px;
    }
    .jjtz_right {
        float: none;
        width: 100%;
    }
    .jjtz_right:before {
        height: 40px;
        bottom: -20px;
    }
    .jjtz_title p {
        font-size: 24px;
    }
    .jjtz_left {
        float: none;
        width: 100%;
        padding: 30px 0 0 0;
    }
    .jjtz_title h2 {
        font-size: 24px;
        line-height: 40px;
        margin-top: -8px;
        padding: 0 100px 0 20px;
    }
    .jjtz_b {
        padding: 15px;
        margin-top: 20px;
    }
    .jjtz_right_b {
        float: none;
        width: 100%;
    }
    .jjtz_right_b:before {
        width: 50px;
        height: 50px;
        bottom: -20px;
        right: -20px;
    }
    .jjtz_c {
        padding: 15px;
        margin-top: 20px;
    }
    .jjtz_right_c {
        float: none;
        width: 100%;
    }
    .jjtz_right_c:before {
        height: 40px;
        bottom: -20px;
    }
    .fynr li {
        padding: 0 3px;
    }
    .fynr a {
        width: 32px;
        line-height: 30px;
        font-size: 15px;
    }
    .fynr {
        padding: 30px 0 45px 0;
    }
    .mbxnr {
        padding: 25px 0;
    }
    .mbxnr li a {
        font-size: 14px;
        line-height: 36px;
        padding: 0 15px;
    }
    .mbxnr li {
        padding-right: 15px;
    }
}